ComponentOne CollectionView
C1.CollectionView Assembly / C1.CollectionView Namespace / C1GroupCollectionView<S> Class / C1GroupCollectionView<S> Constructor
The source.
if set to true the groups will be inline with the items, otherwise the first level will contain groups and the items will be inside each group.

In This Topic
    C1GroupCollectionView<S> Constructor
    In This Topic
    Initializes a new instance of the C1GroupCollectionView<S> class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal source As System.Collections.Generic.IEnumerable(Of S), _
       ByVal isPlain As System.Boolean _
    )
    public C1GroupCollectionView<S>( 
       System.Collections.Generic.IEnumerable<S> source,
       System.bool isPlain
    )

    Parameters

    source
    The source.
    isPlain
    if set to true the groups will be inline with the items, otherwise the first level will contain groups and the items will be inside each group.
    See Also